home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / vbbs530.zip / MODEM.DOC < prev    next >
Text File  |  1991-11-06  |  2KB  |  59 lines

  1.                          MODEM.DOC
  2.                         ~~~~~~~~~~~
  3. Modem AT command settings
  4.  
  5. 1. Standard 2400 bps or 1200 bps Hayes Compatibles (NON-MNP):
  6. If your modem supports the extended "&" command set, then try:
  7. ATX4Q0E0V1&C1&D2S2=251S7=40
  8.  
  9. X4     Enables extended result codes
  10. Q0     Modem returns Result Codes
  11. E0     Modem does not echo commands back to the computer
  12. V1     Modem returns Verbal Result Codes
  13. &C1    Modem asserts Carrier Detect based on connection status
  14. &D2    On DTR high-to-low transition, Modem Hangs Up.
  15. S2=251 Disable Modem Escape Sequence
  16. S7=40  Time Modem waits for a carrier when initiating a new connection
  17.  
  18. If your modem does not support the & command set, try using:
  19. ATX4Q0E0V1S2=251S7=40
  20.  
  21. Modems which do not use the & command set usually have DIP switches of some type
  22. to set their mode of operation. Verify that your modem is set to:
  23. a) Assert CD (carrier detect) only when conencted to a remote modem
  24. b) Hang Up on drop of DTR (data terminal ready)
  25.  
  26. 2. US Robotics Courier HST
  27.  
  28. Since the HST utilizes so many settings, it is almost impossible to include
  29. them all in one initialization string. Therefore, you may wish to use the
  30. NRAM feature to store the settings which are common to most applications,
  31. and use the VBBS init string for VBBS-specific settings.
  32.  
  33. NRAM Settings Recommended:
  34.  
  35. X7     Return full result codes
  36. &H1    Turns on hardware handshaking for output from DTE (CTS line) *
  37. &R2    Turns on hardware handshaking for input to DTE    (RTS line) *
  38. &B1    Fixes the DTE to DCE rate **
  39. &N0    Negotiates highest link rate with fallback/fallforward enabled
  40. &M4    Enables ARQ if remote modem has ARQ
  41. &C1    Modem asserts carrier detect based on connection status
  42. &D2    On DTR high-to-low transition, modem hangs up
  43. &A3    Give FULL EXTENDED Result Codes
  44.  
  45. (choose one of these 3 &K commands based on your preference)
  46. &K1    Enables data compression if remote modem requests compression
  47. &K3    Enables V.42 bis data compression but not MNP5
  48. &K0    Disables all compression
  49.  
  50. and for your VBBS initialization string, use:
  51.  
  52. ATX7Q0E0V1S2=251S7=25&H1&R2&B1&M4&N0&K1&A3
  53. - or, at least -
  54. ATX7Q0E0V1S2=251S7=25&H1&R2&B1&A3
  55.  
  56. *You must also enable the hardware handshaking in VCONFIG Ports Configuration.
  57. **You must also enable FIXED baud rate in VCONFIG Ports Configuration.
  58.  
  59.